Figure captions

Figure captions are a part of the compuscript and should appear after the references. They should be input sequentially in the order in which they are cited in the text; LATEX will label and number the captions FIG. 1, FIG. 2, etc.

Note below the use of the \label command; this is used to cross-reference figures in text. The \label command should be inserted after the text of the figure caption, before the final curly bracket.

input:
\figure{Text of first caption.\label{fig1}}

\figure{This is the second caption:
comparison of the differential cross sections
for the subprocess $qg \rightarrow qggg$ of our
approximation (dotted line) versus the
approximation of Maxwell together with the use
of the effective structure function
approximation(solid line).\label{fig2}}
output:

Text of first caption.

This is the second caption: comparison of the differential cross sections for the subprocess qgqggg of our approximation (dotted line) versus the approximation of Maxwell together with the use of the effective structure function approximation (solid line).


Figures are cited in text with the use of the \ref command:

input:
...It can be seen from Fig.\ \ref{fig1} that
the data are inconsistent with this
conclusion...

output:

...It can be seen from Fig. [*] that the data are inconsistent with this conclusion...

Further information on cross-referencing can be found in Sec. [*].

Figures and illustrations are submitted as originals or glossy prints. Follow the rules in the Physical Review Style and Notation Guide for style and specifications.